home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / PowerMac / Commodore 64 v0.4 PPC.sit / Commodore 64 v0.4 / SOURCE / Keyboard.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-04  |  148 b   |  10 lines  |  [TEXT/KAHL]

  1. #ifndef KEYBOARD_H
  2. #define KEYBOARD_H
  3.  
  4. extern byte keyScan[8];
  5. extern byte scanCode[256];
  6.  
  7. void AppleScanKeyboard(byte chr, int modifiers);
  8.  
  9. #endif
  10.